home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{13E51000-A52B-11D0-86DA-00608CB9FBFB}#5.0#0"; "VCF15.OCX"
- Begin VB.Form SheetForm
- Appearance = 0 'Flat
- BackColor = &H00C0C0C0&
- Caption = "Formula One Spreadsheet"
- ClientHeight = 3645
- ClientLeft = 1575
- ClientTop = 3525
- ClientWidth = 4185
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 8.25
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Icon = "F1Book.frx":0000
- LinkTopic = "Form1"
- MDIChild = -1 'True
- PaletteMode = 1 'UseZOrder
- ScaleHeight = 3645
- ScaleWidth = 4185
- Begin VCF150Ctl.F1Book F1Book1
- Height = 3495
- Left = 60
- TabIndex = 0
- Top = 60
- Width = 4035
- _ExtentX = 7117
- _ExtentY = 6165
- _0 = $"F1Book.frx":044A
- _1 = $"F1Book.frx":0853
- _2 = $"F1Book.frx":0C5C
- _3 = $"F1Book.frx":1065
- _4 = $"F1Book.frx":146E
- _count = 5
- _ver = 2
- End
- Attribute VB_Name = "SheetForm"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- Top = 0
- Left = 0
- Width = MDIForm1.ScaleWidth
- Height = MDIForm1.ScaleHeight
- End Sub
- Private Sub Form_Resize()
- F1Book1.Width = ScaleWidth - F1Book1.Left
- F1Book1.Height = ScaleHeight - F1Book1.Top
- End Sub
-